Skip to main content

Forgot Password OTP

Request to be POSTed to uri : /NorenWClientTP/FgtPwdOTP

Request Details :

Parameter NamePossible valueDescription
jData*Should send json object with fields in below list
Json FieldsPossible valueDescription
uid*User Id
pan*Pan of the user Or Sha256 3 times of password

Response Details :

Json FieldsPossible valueDescription
uidUser Id
ReqStatusRequest status, present only when success. Value will be “OTP generation success”
emsgError message :“Error Occurred : Wrong user id or user details”

Sample Success Response :

{
"uid":"user1",
"ReqStatus":"OTP generation success"
}

Sample Failure Response :

{
"stat":"Not_Ok",
"emsg":"Server Timeout : "
}